Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump moto from 5.0.16 to 5.0.27 #6632

Merged
merged 8 commits into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps moto from 5.0.16 to 5.0.27.

Changelog

Sourced from moto's changelog.

5.0.27

Docker Digest for 5.0.27: sha256:ac5312f68c6b748b667526025f9e7a8c2e4112837c258eee68f96fa36d9dbbef

New Methods:
    * Glue:
        * create_dev_endpoint()
        * get_dev_endpoint()
        * get_dev_endpoints()
* KMS:
    * generate_mac()
    * list_key_rotations()
    * rotate_key_on_demand()
    * verify_mac()
  • SES:

    • delete_configuration_set()
    • list_configuration_sets()
  • SESv2:

    • create_configuration_set()
    • create_dedicated_ip_pool()
    • delete_configuration_set()
    • delete_dedicated_ip_pool()
    • get_configuration_set()
    • get_dedicated_ip_pool()
    • list_configuration_sets()
    • list_dedicated_ip_pools()

Miscellaneous: * Introduced a new setting for ServerMode, MOTO_DISABLE_GLOBAL_CORS. Disabling the global CORS setting makes it possible to test the CORS-policies on S3 buckets * ElastiCache: create_user() now supports the AuthenticationMode-parameter * ElasticSearch/OpenSearch: list_domain_names() now returns domains from both services * Kafka: list_clusters_v2() now returns all parameters * Scheduler: The schedule_expression_timezone now defaults to UTC * RDS: create_db_instance() now throws an exception if an instance with that ID already exists * RDS: restore_db_instance_from_db_snapshot() now throws an exception if an instance with that ID already exists

5.0.26

Docker Digest for 5.0.26: sha256:1cae28be97cc87151ecabb531d1507b8dd3d52d3636b86143a16cccf4b5fcf43

New Services:
    * Kinesis:
        * delete_resource_policy()
        * get_resource_policy()
        * put_resource_policy()

... (truncated)

Commits
  • 9c877b0 Pre-Release: Up Version Number
  • c6030c9 Prep release 5.0.27 (#8505)
  • 62dd9bc SecretsManager: rotate_secret() should create AWSPending without a value (#8504)
  • 209e4e1 Core: Allow replace/remove of mocked responses (#8499)
  • a3472d3 [ElastiCache] Add support for AuthenticationMode for create_user (#8494)
  • 7d80859 chore: update SSM default parameters (#8503)
  • 1028231 chore: update EC2 Instance Types (#8502)
  • cc56c64 chore: update EC2 Instance Offerings (#8501)
  • 4c1321a Kafka - Update responses for list_clusters_v2 (#8492)
  • cfaa898 Ensure compatibility with latest botocore S3 client customizations (#8495)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 22:26
@dependabot dependabot bot added dependencies Dependabot Updates pip Dependabot Updates Python labels Jan 20, 2025
Bumps [moto](https://github.com/getmoto/moto) from 5.0.16 to 5.0.27.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.16...5.0.27)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/master/moto-5.0.27 branch from 89c7a36 to 736a1e7 Compare January 20, 2025 23:34
Bumps [moto](https://github.com/getmoto/moto) from 5.0.16 to 5.0.27.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.16...5.0.27)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/master/moto-5.0.27 branch from 736a1e7 to d1e890a Compare January 21, 2025 14:19
@MrCloudSec MrCloudSec requested a review from a team as a code owner January 21, 2025 14:25
@github-actions github-actions bot added the provider/aws Issues/PRs related with the AWS provider label Jan 21, 2025
@MrCloudSec MrCloudSec added the backport-to-v4.6 Backport PR to the v4.6 branch label Jan 21, 2025
MrCloudSec
MrCloudSec previously approved these changes Jan 21, 2025
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.38%. Comparing base (114c4e0) to head (b0c3cff).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6632      +/-   ##
==========================================
+ Coverage   89.36%   89.38%   +0.01%     
==========================================
  Files        1182     1182              
  Lines       33798    33794       -4     
==========================================
+ Hits        30203    30206       +3     
+ Misses       3595     3588       -7     
Flag Coverage Δ
prowler 89.38% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
prowler 89.38% <100.00%> (+0.01%) ⬆️
api ∅ <ø> (∅)

@MrCloudSec MrCloudSec merged commit 3740786 into master Jan 21, 2025
11 checks passed
@MrCloudSec MrCloudSec deleted the dependabot/pip/master/moto-5.0.27 branch January 21, 2025 18:56
@prowler-bot prowler-bot added the was-backported The PR was successfully backported to the target branch label Jan 21, 2025
@prowler-bot
Copy link
Collaborator

💚 All backports created successfully

Status Branch Result
v4.6

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

jfagoagas pushed a commit that referenced this pull request Jan 23, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrCloudSec <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-v4.6 Backport PR to the v4.6 branch dependencies Dependabot Updates pip Dependabot Updates Python provider/aws Issues/PRs related with the AWS provider was-backported The PR was successfully backported to the target branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants